home *** CD-ROM | disk | FTP | other *** search
- @echo off
- CLS
- echo SoftCopy BBS Version Digital OVERVIEW SETUP
- break=on
- goto _begin
-
- :_begin
-
- cls
- rem call loader.bat
- cls
- echo
- echo ┌───────────────────────────────────────────────────────────────┐
- echo │ Menu for selecting and running Digital Business Card programs │
- echo │ To E-Mail SoftCopy Tech support │
- echo │ Digital Business Cards Dina Cook @75054,3041 Compuserve │
- echo │ Digital Business Cards JSMITH1041@AOL.COMM │
- echo │ Show Ñ Tell BBS 503 276 0294 8n1 │
- echo └───────────────────────────────────────────────────────────────┘
- echo
- echo ╔═════════════════════════════════════════════════════════════╗
- echo ╟ Select your choice (if screen is black & white add ║
- echo ╟ DEVICE=C:\DOS\ANSI.SYS to config.SYS) ║
- echo ╟ 0. QUIT and EXIT. ║
- echo ╟ 1. RUN CARD1 ║
- echo ╟ 2. RUN CARD2 Available Only in Registered Version ║
- echo ╟ 3. RUN CARD3 Available Only in Registered Version ║
- echo ╟ 4. RUN CARD4 Available Only in registered Version ║
- echo ╟ 5. CREATE YOUR DIGITAL BUSINESS CARD ║
- echo ╚═════════════════════════════════════════════════════════════╝
- echo
- @echo off
-
- set=_found=no
- if exist ask.exe set _found=yes
- if "%_found%"=="no" goto _err3
-
- ask Select program number to run: /d
-
- if errorlevel==48 if not errorlevel 49==goto exit
- if errorlevel==49 if not errorlevel 50==Goto ONE
- if errorlevel==50 if not errorlevel 51==goto bg
- if errorlevel==51 if not errorlevel 52==goto bg
- if errorlevel==52 if not errorlevel 53==goto bg
- if errorlevel==53 if not errorlevel 54==goto cal
-
- :_again
- ask Select from the menu again (y/n)? /u /d
- if errorlevel==89 if not errorlevel==90 goto _begin
- if errorlevel==78 if not errorlevel==79 goto _out
- echo
- goto _again
-
- :_err2
- echo
- goto _again
-
- :_err3
- echo
- echo You must have ask.exe at your path (or the current directory)
- goto _out
-
- :cal
- call allsound.bat
- goto _begin
-
- :ONE
- CALL CARD1.BAT
- goto _begin
-
- :bg
- CLS
- echo.
- echo.
- echo.
- echo.
- echo SoftCopy BBS Version Digital OVERVIEW SETUP
- break=on
- echo.
- echo.
- ECHO You must register to enter this area. This is where you can look at your
- ECHO finished Business card as well as to see sample finished cards at the
- ECHO begining of the program. However we have made provisions in the program
- ECHO for you to run your business card. Retail $79.00
- ECHO SPECIAL Shareware rates See order.txt.
- echo.
- echo.
- echo.
- pause
- goto _begin
-
-
- :exit
- prompt $p$g
-
- :_out
- prompt $p$g
-